home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / r2l.lha / r2l / README
Text File  |  1992-08-18  |  1KB  |  43 lines

  1. *************************************************************************
  2. *                                    *
  3. *  r2l                                    *
  4. *                                    *
  5. *  transforms REX specifications to LEX specifications            *
  6. *                                    *
  7. *  Copyright (c) 1990 by                        *
  8. *                                    *
  9. *  Gesellschaft fuer Mathematik und Datenverarbeitung            *
  10. *  (German National Research Center for Computer Science)        *
  11. *  Forschungsstelle fuer Programmstrukturen                *
  12. *  an der Universitaet Karlsruhe                    *
  13. *                                    *
  14. *  All rights reserved.    GMD assumes no responsibility for the use    *
  15. *  or reliability of its software.                    *
  16. *                                     *
  17. *************************************************************************
  18.  
  19.  
  20. Direct requests, comments, questions, and error reports to:
  21.  
  22.     Josef Grosch
  23.     GMD Forschungsstelle
  24.     Vincenz-Priessnitz-Str. 1
  25.     D-7500 Karlsruhe 1
  26.  
  27.     Phone: +721-662226
  28.     Email: grosch@karslruhe.gmd.de
  29.  
  30.  
  31. Before compiling r2l the libraries reuse/c or reuse/mod have to be compiled.
  32.  
  33. To compile and install r2l use:
  34.  
  35.    cd m2c
  36.    make CLIB=... OPT=...
  37.    make install LIB=... BIN=...
  38.  
  39. or
  40.  
  41.    cd src
  42.    make install LIB=... BIN=...
  43.